go/types.termlist.supersetOf (method)

2 uses

	go/types (current package)
		termlist.go#L136: func (xl termlist) supersetOf(y *term) bool {
		termlist.go#L153: 		if !yl.supersetOf(x) {